CreateTest: templates moved to the 'Code' section
[fedora-idea.git] / plugins / testng / src / fileTemplates / code / TestNG Test Method.java.ft
blob13bc8a6008353eeb7c9b8d2c21aefa30f67ceebd
1 @org.testng.annotations.Test
2 public void test${NAME}() throws Exception {